home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / Socks5.lha / Socks5 / src / server / sident.h < prev    next >
C/C++ Source or Header  |  1999-03-10  |  786b  |  24 lines

  1. /* Copyright (c) 1995-1999 NEC USA, Inc.  All rights reserved.               */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6.  
  7. /*
  8.  * $Id: sident.h,v 1.4.4.1 1999/02/03 22:35:45 steve Exp $
  9.  */
  10.  
  11. #ifndef SIDENT_H
  12. #define SIDENT_H
  13.  
  14. #ifndef IDTENTRY_SIZE
  15. #define IDTENTRY_SIZE 1024
  16. #endif
  17.  
  18. extern void InitIdentEntry   P((char *));
  19. extern int  IdentQuery       P((S5IOHandle, char *));
  20. extern void MakeIdentEntry   P((S5IOHandle, S5IOHandle, S5LinkInfo *, char *));
  21. extern void RemoveIdentEntry P((char *));
  22.  
  23. #endif
  24.